home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
dev
/
basic
/
Zbb2ClipBoard.lha
/
Clipboard.readme
< prev
Wrap
Text File
|
1997-10-13
|
344b
|
16 lines
Using the Amiga's Clipboard.device with Blitz2
by Benoit Socias -- bsocias@ulb.ac.be
Feel free to copy this code into your program
ClipWrite{s.s} : writes string s to Clipboard
s.s=ClipRead{} : reads Clipboatd into string s
The strings are put in the Clipboard in FORM++++FTXTCHRS format.
(That's the way Shell does...)
Bye,
Z-chan